home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2003 December / The Sunday Times - The Month 2003-12.iso / pc / engine / shell / shell.dxr / Internal_23_error dialog.ls < prev    next >
Encoding:
Text File  |  2003-11-04  |  174 b   |  13 lines

  1. on errorDialogShow bln
  2.   repeat with s = 17 to 20
  3.     sprite(s).visible = bln
  4.   end repeat
  5.   if bln = 1 then
  6.     go("error")
  7.   end if
  8. end
  9.  
  10. on Flsh_alert str
  11.   alert(str)
  12. end
  13.